home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / nivb / nohelp.frm < prev    next >
Text File  |  1995-05-07  |  1KB  |  44 lines

  1. VERSION 2.00
  2. Begin Form NoHelpForm 
  3.    BorderStyle     =   3  'Fixed Double
  4.    Caption         =   "There Is No Help"
  5.    ClientHeight    =   1440
  6.    ClientLeft      =   3195
  7.    ClientTop       =   1725
  8.    ClientWidth     =   2940
  9.    ControlBox      =   0   'False
  10.    Height          =   1845
  11.    Left            =   3135
  12.    LinkMode        =   1  'Source
  13.    LinkTopic       =   "Form3"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    ScaleHeight     =   1440
  17.    ScaleWidth      =   2940
  18.    Top             =   1380
  19.    Width           =   3060
  20.    Begin CommandButton FoolButton 
  21.       Caption         =   "&OK"
  22.       Default         =   -1  'True
  23.       Height          =   372
  24.       Left            =   1080
  25.       TabIndex        =   1
  26.       Top             =   960
  27.       Width           =   732
  28.    End
  29.    Begin Label Label1 
  30.       Alignment       =   2  'Center
  31.       Caption         =   "Sorry, there is no online help for this program."
  32.       Height          =   492
  33.       Left            =   480
  34.       TabIndex        =   0
  35.       Top             =   240
  36.       Width           =   2052
  37.    End
  38. End
  39.  
  40. Sub FoolButton_Click ()
  41.     Unload NoHelpForm
  42. End Sub
  43.  
  44.